Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
reeft_gps_test
/
phpliteadmin_themes
/
Ugur3d
:
phpliteadmin.css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* This theme has been posted by Ugur3D here: http://code.google.com/p/phpliteadmin/issues/detail?id=118 */ /* overall styles for entire page */ body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; background-color: #E0E2E4; } /* general styles for hyperlink */ a { color: #3A6B85; text-decoration: none; cursor :pointer; } hr { height: 1px; border: 0; color: #bbb; background-color: #bbb; width: 100%; } a:hover { color: #06F; } /* logo text containing name of project */ h1 { margin: 0px; padding: 5px; font-size: 24px; background-color: #FFFFFF; text-align: center; color: #3A6B85; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; } /* the div container for the links */ #headerlinks { text-align:center; margin-bottom:10px; padding:5px; border-color:#A9AAB0; border-width:1px; border-style:solid; border-left-style:none; border-right-style:none; font-size:12px; background-color:#e0ebf6; font-weight:bold; } /* version text within the logo */ h1 #version { color: #000000; font-size: 16px; } /* logo text within logo */ h1 #logo { color:#3A6B85; } /* general header for various views */ h2 { margin:0px; padding:0px; font-size:14px; margin-bottom:20px; } /* input buttons and areas for entering text */ input, select, textarea { font-family:Arial, Helvetica, sans-serif; background-color:#eaeaea; color:#3A6B85; border-color:#A9AAB0; border-style:solid; border-width:1px; margin:5px; border-radius:5px; -moz-border-radius:5px; padding:3px; font-size: 12px; } /* just input buttons */ input.btn { cursor:pointer; } input.btn:hover { background-color:#ccc; } /* general styles for hyperlink */ fieldset { padding:15px; border-color:#A9AAB0; border-width:1px; border-style:solid; border-radius:5px; -moz-border-radius:5px; background-color:#f9f9f9; } /* outer div that holds everything */ #container { padding:10px; } /* div of left box with log, list of databases, etc. */ #leftNav { float:left; min-width:330px; padding:0px; border-color:#A9AAB0; border-width:1px; border-style:solid; background-color:#FFF; padding-bottom:15px; border-radius:5px; -moz-border-radius:5px; } /* div holding the content to the right of the leftNav */ #content { overflow:hidden; padding-left:10px; } /* div holding the login fields */ #loginBox { width:500px; margin-left:auto; margin-right:auto; margin-top:50px; border-color:#03F; border-width:1px; border-style:solid; background-color:#FFF; border-radius:5px; -moz-border-radius:5px; } /* div under tabs with tab-specific content */ #main { border-color:#A9AAB0; border-width:1px; border-style:solid; padding:15px; overflow:auto; background-color:#F1F1F1; border-bottom-left-radius:5px; border-bottom-right-radius:5px; border-top-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; -moz-border-radius-topright:5px; max-height: 720px; } /* odd-numbered table rows */ .td1 { background-color:#CFD2D6; text-align:left; font-size:12px; padding-left:5px; padding-right:10px; } /* even-numbered table rows */ .td2 { background-color:#E9EBEE; text-align:left; font-size:12px; padding-left: 5px; padding-right: 10px; } /* table column headers */ .tdheader { border-color:#A9AAB0; border-width:1px; border-style:solid; font-weight:bold; font-size:12px; padding-left:10px; padding-right:10px; background-color:#e0ebf6; border-radius:5px; -moz-border-radius:5px; } /* div holding the confirmation text of certain actions */ .confirm { border-color:#A9AAB0; border-width:1px; border-style:dashed; padding:15px; background-color:#e0ebf6; } /* tab navigation for each table */ .tab { display:block; padding:5px; padding-right:8px; padding-left:8px; border-color:#A9AAB0; border-width:1px; border-style:solid; margin-right:5px; float:left; border-bottom-style:none; position:relative; top:1px; padding-bottom:4px; background-color:#eaeaea; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; } /* pressed state of tab */ .tab_pressed { display:block; padding:5px; padding-right:8px; padding-left:8px; border-color:#A9AAB0; border-width:1px; border-style:solid; margin-right:5px; float:left; border-bottom-style:none; position:relative; top:1px; background-color:#f1f1f1; cursor:default; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; } /* help section */ .helpq { font-size:11px; font-weight:normal; } #help_container { padding:0px; font-size:12px; margin-left:auto; margin-right:auto; background-color:#ffffff; } .help_outer { background-color:#FFF; padding:0px; height:300px; overflow:hidden; position:relative; } .help_list { padding:10px; height:auto; } .headd { font-size:14px; font-weight:bold; display:block; padding:10px; background-color:#e0ebf6; border-color:#A9AAB0; border-width:1px; border-style:solid; border-left-style:none; border-right-style:none; } .help_inner { padding:10px; } .help_top { display:block; position:absolute; right:10px; bottom:10px; } .viewTable tr td { }